<Code Lib>
M

AreaLoad.Create(Document, ElementId, IList<CurveLoop>, XYZ, AreaLoadType)

Description:
Creates a new custom area load within the project.
Overloads (3):

public static AreaLoad Create(
	Document document,
	ElementId hostElemId,
	IList<CurveLoop> loops,
	XYZ forceVector,
	AreaLoadType symbol
)

Return Value nullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Loading…